home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-04 / ddj1291.zip / STAT.ZIP / README < prev    next >
Text File  |  1990-05-13  |  3KB  |  77 lines

  1.             Statistical Performance Analysis Software
  2.                      Version 1.0.0
  3.                      May 13, 1990
  4.  
  5.             Copyright 1990, Fred Motteler and
  6.             Applied Microsystems Corporation
  7.                   All Rights Reserved.
  8.  
  9.     This floppy diskette contains an example implementation of statistical
  10. performance analysis software.
  11.  
  12.  
  13. Contents of the distribution diskette root directory:
  14.  
  15. EXAMPLES    subdirectory containing PC and ES 1800 examples
  16. SOURCE        subdirectory containing complete source
  17. intermet.cfg    Intermetrics memory map configuration file
  18. lattice.cfg    Lattice memory map configuration file
  19. microtec.cfg    Microtec memory map configuration file
  20. msoft.cfg    Microsoft memory map configuration file
  21. paes1800.exe    executable for ES 1800 based statistical perf. analysis
  22. pamsdos.exe    executable for PC based statistical perf. analysis
  23. pardmap.exe    trial memory map file reader (for testing purposes)
  24. pawhere.exe    PC based program locator
  25. readme        this file
  26. samples.out    sample output file from running:
  27.         "pamsdos examples\papctest.map lattice.cfg examples\papctest"
  28. zortech.cfg    Zortech memory map configuration file
  29.  
  30.  
  31. The EXAMPLES subdirectory contains:
  32.  
  33. entry68k.s    start up code for 680x0 family ES 1800 example
  34. entry86.asm    start up code for 80x86 family ES 1800 example
  35. makefile.68k    makefile for 680x0 example
  36. makefile.86    makefile for 80x86 example
  37. makefile.pc    makefile for PC example
  38. pa68test.hex    680x0 example executable (Intel hex record format)
  39. pa68test.map    map file for 680x0 executable
  40. pa86test.hex    80x86 example executable (Extended Tek Hex record format)
  41. pa86test.map    map file for 80x86 executable
  42. papctest.exe    PC example executable
  43. papctest.map    map file for PC executable
  44. patest.c    source code for examples (common to all examples)
  45.  
  46.  
  47. The SOURCE subdirectory contains:
  48.  
  49. makefile    makefile for PC and ES 1800 statistical performance analysis
  50.         executables (using Lattice 6.01 development package)
  51. padef.h        defines and structure definitions
  52. padisply.c    page oriented results output display function
  53. paes1800.c    main() and support functions for ES 1800 version
  54. pamsdos.c    main() and support functions for MS DOS version
  55. pardmap.c    generic map file reader
  56. patick.asm    PC native program counter sampling function
  57. pautil.c    utility functions common to both versions
  58. pawhere.c    PC locator routine
  59.  
  60.  
  61.     This software has been tested on a variety of PC's, and with a variety
  62. of ES 1800 emulators.  Currently there are no known bugs.  If you find
  63. any bugs, or have ideas about how this software can be improved, please
  64. contact Fred Motteler at Applied Microsystems Corporation, (206) 882-5236.
  65.  
  66.     It is recommended that the software be installed onto a hard disk.  For
  67. the PC version, this will result in slightly more accurate results due to
  68. program load times being shorter.  For both PC and ES 1800 versions, using
  69. a hard drive will significantly speed up processing of samples.
  70.  
  71.                 Thank you for your interest!
  72.  
  73.  
  74.                 Fred Motteler
  75.  
  76.  
  77.